Friday, February 17, 2023

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this error: 


virt-install also gave an error:



Turns out it was a problem with osinfo, as this command threw an error too:


To fix it I had to edit /usr/share/osinfo/os/oracle.com/ol-9.xml

and replace this line:



with this:




After that virt-install and virt-manager were able to create VMs.


No comments:

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...